home *** CD-ROM | disk | FTP | other *** search
/ Trees of Indiana / Trees of Indiana.iso / pc / data / amelanch / dos.dxr / Internal_28.ls < prev    next >
Encoding:
Text File  |  2002-07-30  |  233 b   |  17 lines

  1. on mouseWithin
  2.   cursor(280)
  3. end
  4.  
  5. on mouseLeave
  6.   cursor(0)
  7. end
  8.  
  9. on mouseUp
  10.   tell the stage
  11.     window("@/:Data:Glossary:raceme").windowType = 3
  12.   end tell
  13.   tell the stage
  14.     open(window("@/:Data:Glossary:raceme"))
  15.   end tell
  16. end
  17.